home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
moni
/
SysLog.lha
/
SysLog_V1.20
/
Developer
/
examples
/
Spy
/
smakefile
< prev
next >
Wrap
Makefile
|
1996-10-27
|
273b
|
21 lines
#
# This file is public domain.
#
# $Id: smakefile 1.1 1995/10/30 23:22:48 petrin Exp petrin $
#
#DEBUG = DEBUG=FULLFLUSH
DEBUG =
CFLAGS = $(DEBUG)
Spy: Spy.o
sc link $(CFLAGS) Spy.o
Spy.o: Spy.c
sc $(CFLAGS) Spy.c
clean:
delete Spy Spy.lnk Spy.o